|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectga.view.interfaces.MouseListener
ga.view.streaming.ShowRoomState.DoubleClickListener
private class ShowRoomState.DoubleClickListener
Mouse listener that exits this state if a double click has been detected.
| Constructor Summary | |
|---|---|
private |
ShowRoomState.DoubleClickListener()
|
| Method Summary | |
|---|---|
void |
onAction(java.lang.String name,
boolean keyPressed,
boolean isDoubleClick,
float tpf)
Callback method for mouse events. |
| Methods inherited from class ga.view.interfaces.MouseListener |
|---|
isEnabled, onAction, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private ShowRoomState.DoubleClickListener()
| Method Detail |
|---|
public void onAction(java.lang.String name,
boolean keyPressed,
boolean isDoubleClick,
float tpf)
MouseListener
onAction in class MouseListenername - Name of the action.keyPressed - true if the key is still pressed.isDoubleClick - true if it is a double click.tpf - The time per frame.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||